home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 43 / PC Format March 1997.iso / games / subspace / install.bat next >
DOS Batch File  |  1997-02-04  |  169b  |  9 lines

  1. @echo off
  2. @echo This program will unzip Subspace to a folder called SubSpace on
  3. @echo your hard drive.
  4. @pause
  5. subspace -d c:\subspace
  6. cls
  7. @echo Finished!
  8. @echo.
  9.